home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000010_emv@cato.aa.ox.com _Mon Nov 11 11:52:03 1991.msg < prev    next >
Internet Message Format  |  1994-01-24  |  3KB

  1. Return-Path: <emv@cato.aa.ox.com>
  2. Received: from cernvax.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA00223; Mon, 11 Nov 91 11:52:03 GMT+0100
  4. Received: by cernvax.cern.ch (5.57/Ultrix2.0-B)
  5.     id AA04235; Mon, 11 Nov 91 11:20:43 +0100
  6. Received: by dxmint.cern.ch (cernvax) (5.57/3.14)
  7.     id AA07388; Mon, 11 Nov 91 08:18:22 +0100
  8. Received: from cato.aa.ox.com by mcsun.EU.net with SMTP;
  9.     id AA19550 (5.65a/CWI-2.123); Mon, 11 Nov 1991 08:22:42 +0100
  10. Received: by cato.aa.ox.com (/\==/\ Smail3.1.22.1 #22.9)
  11.     id <m0kgVyd-000Bt4C@cato.aa.ox.com>; Mon, 11 Nov 91 02:22 EST
  12. Message-Id: <m0kgVyd-000Bt4C@cato.aa.ox.com>
  13. To: www-interest@nxoc01.cern.ch
  14. Cc: archive-index@cs.toronto.edu, emv@msen.com
  15. Subject: some of the stuff on ftp.cs.toronto.edu:/pub/emv/ is in WWW format
  16. Date: Mon, 11 Nov 91 02:22:35 -0500
  17. From: Edward Vielmetti <emv@ox.com>
  18. X-Mts: smtp
  19.  
  20. I'm slowly but surely converting the files on ftp.cs.toronto.edu:/pub/emv
  21. to be in the WWW format.  Right now the stuff in news-archives.README is
  22. referred to that way, and some of the rest of the things in news-archives too.
  23.  
  24. I'm going out on a limb a tiny bit and writing references to things that
  25. none of the clients know how to deal with yet, in the expectation that
  26. useful data will inspire code.  In particular, I have some references
  27. that look like
  28.  
  29. <a name=1 href=aftp://anonymous@ftp.cs.toronto.edu:/pub/emv/news-archives.README>
  30. </a>
  31.  
  32. This aftp: tag is new.  I'm not completely happy with the use of the
  33. file: tag to refer to remote files, since it can lead to situations
  34. where references are ambiguous depending on whether you're dealing with
  35. a file on the local system or that same file accessed via anonymous FTP
  36. on the local system.  Adding an aftp: tag should help that.  The format
  37. //user@host:/filename/ is quite similar to that used by ange-ftp, so
  38. these references are immediately quite usable by existing code.
  39. There's also the hope that if the aftp: thing gets to be popular it'll
  40. be easier to pick out references to files from usenet postings, distinguishing
  41. them from references to ftp (the protocol or the program).
  42.  
  43. It's useful (even necessary) to include the anonymous@ bit; there are some
  44. sites (lib.stat.cmu.edu and research.att.com) with two parallel
  45. "anonymous FTP" trees that have different user names to get to them;
  46. a reference to
  47.     <a href=aftp://netlib@research.att.com:/> </a>
  48. is quite different than
  49.     <a href=aftp://anonymous@research.att.com:/> </a>
  50.  
  51. comments etc welcomed.
  52.  
  53. at some point this archive is going to migrate back to ftp.msen.com,
  54. but I'm waiting there on getting equipment a little more suitable to
  55. the task.  
  56.  
  57. Tim, feel free to glue these into the web as best you see fit; I have
  58. to go back and stick in all of the WAIS newsgroup mappings that
  59. I collected before.
  60. I'm also using
  61.     <a href=wais://wais.domain.org:210/database?>
  62. in anticipation of that tag being supported, it should be a matter of
  63. a simple sed or perl script to convert those tags to their current
  64. preferred format.
  65.  
  66. --Ed